Font Handling

Fonts are handled by way of LATEX commands. This was done specifically so that users of the style could use regular LATEX font commands when specifying fonts for use in the songbooks. Change these font specifiers via LATEX's newcommand command.
ChBassFont
sets the font for the bass note in chords as printed by the Ch and ChX commands.

ChFont
sets the font for chords as printed by the Ch and ChX commands.

CpyRtFont
sets the font used to print the copyright line produced by the CpyRt command.

CpyRtInfoFont
sets the font used to print the copyright licensing information parameter of the song environment; which appears after the copyright information parameter under the song title.

SBChorusTagFont
sets the font used to print the chorus tag (``Ch:'').

SBDefaultFont
sets the default font for the songbook. For this command to be effective it should appear within the songbook itself.

SBIntroTagFont
sets the font used to print the introduction tag (``Intro:'').

SBOccursBrktFont
sets the font used to create the large left and right square brackets used to delimit the SBOccurs environment.

SBOccursTagFont
sets the font used to create the SBOccurs tag.

SBRefFont
sets the font used in the marginal reference printed by the SBRef command.

SBVerseNumberFont
sets the font used to print the SBVerseCnt in front of verses in an SBVerse environment.

STitleFont
sets the font used to print the song title, as generated by the STitle command.

STitleKeyFont
sets the font used to print the key a song is written in, as generated by the STitle command.

STitleNumberFont
sets the font used to print the SBSongCnt in front of the song title, as generated by the STitle command.

ScriptRefFont
sets the font used to print the scripture reference generated by the ScriptRef command.

WandMFont
sets the font used to print the lyricist and composer line generated by the WandM command.

lyricNoteFont
sets the font used in comments placed within the lyrics giving musical direction. This is the only font command commonly used by the writer of a songbook. For example, to tag a line to be sung only by the Cantor and another by everyone, one would write:
\begin{example}
\begin{verbatim}{\lyricNoteFont (Cantor)} Give thanks to the ...
....{\lyricNoteFont (All)} His love endures forever.\end{verbatim}
\end{example}